home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / wwbbs26.lha / WWBBSDoors / cybmods2.lha / hacker46.lha / hacker / Misc / rxx.levconvert < prev    next >
Encoding:
Text File  |  1993-01-26  |  1.8 KB  |  37 lines

  1.   if drty = 1 then DRIVENAME= '8" Floppy'
  2.   if drty = 2 then DRIVENAME= '5.25" Floppy'
  3.   if drty = 3 then DRIVENAME= '3.5" Floppy'
  4.   if drty = 4 then DRIVENAME= '3.5" HD Floppy'
  5.   if drty = 5 then DRIVENAME= 'Miniscribe HD'
  6.   if drty = 6 then DRIVENAME= 'Seagate HD'
  7.   if drty = 7 then DRIVENAME= 'Quantum HD'
  8.  
  9.   if ttyp = 1 then tnm = 'Dumb Term'
  10.   if ttyp = 2 then tnm = 'SkyTerm'
  11.   if ttyp = 3 then tnm = 'ProComm'
  12.   if ttyp = 4 then tnm = 'JRComm'
  13.   if ttyp = 5 then tnm = 'HackerTerm'
  14.   if ttyp = 6 then tnm = 'CrackerComm'
  15.   if ttyp = 7 then tnm = 'HackerTerm2.0'
  16.   if ttyp = 8 then tnm = 'CrackerComm2.0'
  17.   if ttyp = 9 then tnm = 'KillTerm'
  18.   if ttyp = 10 then tnm = 'SysOps Term'
  19.   if xrp < 10000 then do;LEVEL = 1;LEVNAME = 'Beginner';end
  20.   if xrp >= 10000 then do;LEVEL = 2;LEVNAME = 'Novice Pirate';end
  21.   if xrp >= 20000 then do;LEVEL = 3;LEVNAME = 'Pirate';end
  22.   if xrp >= 40000 then do;LEVEL = 4;LEVNAME = 'Novice Hacker';end
  23.   if xrp >= 60000 then do;LEVEL = 5;LEVNAME = 'Phreaker';end
  24.   if xrp >= 100000 then do;LEVEL = 6;LEVNAME = 'Cracker';end
  25.   if xrp >= 100000 then do;LEVEL = 7;LEVNAME = 'Hacker';end
  26.   if xrp >= 200000 then do;LEVEL = 8;LEVNAME = 'Master Hacker';end
  27.   if xrp >= 300000 then do;LEVEL = 9;LEVNAME = 'Hacking Wizard';end
  28.   if xrp >= 400000 then do;LEVEL = 10;LEVNAME = 'Master Cracker';end
  29.   if xrp >= 500000 then do;LEVEL = 11;LEVNAME = 'Cracking Wizard';end
  30.   if xrp>= 600000 then do;LEVEL = 12;LEVNAME = 'Owner of Hacking Group';end
  31.   if xrp >= 800000 then do;LEVEL = 13;LEVNAME = 'Owner of Cracking Group';end
  32.   if xrp >= 1000000 then do;LEVEL = 14;LEVNAME = 'FBI Most wanted list';end
  33.   if xrp >= 1200000 then do;LEVEL = 15;LEVNAME = 'Star of 'Americas most wanted'';end
  34.   if xrp >= 1500000 then do;LEVEL = 16;LEVNAME = 'President of the HAA';end
  35. boom = 1
  36.  
  37.